• frmUpdateProfile.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmUpdateProfile
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmUpdateProfile));
32             
this.btnUpdate = new System.Windows.Forms.Button();
33             
this.txtContactNo = new System.Windows.Forms.TextBox();
34             
this.Label11 = new System.Windows.Forms.Label();
35             
this.txtEmail = new System.Windows.Forms.TextBox();
36             
this.Label21 = new System.Windows.Forms.Label();
37             
this.Label20 = new System.Windows.Forms.Label();
38             
this.Label19 = new System.Windows.Forms.Label();
39             
this.txtCity = new System.Windows.Forms.TextBox();
40             
this.txtAddress = new System.Windows.Forms.TextBox();
41             
this.Label6 = new System.Windows.Forms.Label();
42             
this.Label5 = new System.Windows.Forms.Label();
43             
this.Label2 = new System.Windows.Forms.Label();
44             
this.txtCustomerName = new System.Windows.Forms.TextBox();
45             
this.txtCustomerID = new System.Windows.Forms.TextBox();
46             
this.txtContactNo1 = new System.Windows.Forms.TextBox();
47             
this.SuspendLayout();
48             
//
49             
// btnUpdate
50             
//
51             
this.btnUpdate.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
52             
this.btnUpdate.Location = new System.Drawing.Point(168, 299);
53             
this.btnUpdate.Name = "btnUpdate";
54             
this.btnUpdate.Size = new System.Drawing.Size(120, 44);
55             
this.btnUpdate.TabIndex = 2;
56             
this.btnUpdate.Text = "&Update";
57             
this.btnUpdate.UseVisualStyleBackColor = true;
58             
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
59             
//
60             
// txtContactNo
61             
//
62             
this.txtContactNo.Location = new System.Drawing.Point(159, 176);
63             
this.txtContactNo.Name = "txtContactNo";
64             
this.txtContactNo.Size = new System.Drawing.Size(119, 20);
65             
this.txtContactNo.TabIndex = 3;
66             
this.txtContactNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContactNo_KeyPress);
67             
//
68             
// Label11
69             
//
70             
this.Label11.AutoSize = true;
71             
this.Label11.BackColor = System.Drawing.Color.LightGray;
72             
this.Label11.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
73             
this.Label11.Location = new System.Drawing.Point(31, 29);
74             
this.Label11.Name = "Label11";
75             
this.Label11.Size = new System.Drawing.Size(140, 22);
76             
this.Label11.TabIndex = 12;
77             
this.Label11.Text = "Customer Details";
78             
//
79             
// txtEmail
80             
//
81             
this.txtEmail.Location = new System.Drawing.Point(159, 245);
82             
this.txtEmail.Name = "txtEmail";
83             
this.txtEmail.Size = new System.Drawing.Size(226, 20);
84             
this.txtEmail.TabIndex = 5;
85             
//
86             
// Label21
87             
//
88             
this.Label21.AutoSize = true;
89             
this.Label21.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.Label21.Location = new System.Drawing.Point(35, 211);
91             
this.Label21.Name = "Label21";
92             
this.Label21.Size = new System.Drawing.Size(95, 17);
93             
this.Label21.TabIndex = 75;
94             
this.Label21.Text = "Alt. Contact No.";
95             
//
96             
// Label20
97             
//
98             
this.Label20.AutoSize = true;
99             
this.Label20.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
100             
this.Label20.Location = new System.Drawing.Point(35, 246);
101             
this.Label20.Name = "Label20";
102             
this.Label20.Size = new System.Drawing.Size(38, 17);
103             
this.Label20.TabIndex = 74;
104             
this.Label20.Text = "Email";
105             
//
106             
// Label19
107             
//
108             
this.Label19.AutoSize = true;
109             
this.Label19.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110             
this.Label19.Location = new System.Drawing.Point(35, 179);
111             
this.Label19.Name = "Label19";
112             
this.Label19.Size = new System.Drawing.Size(73, 17);
113             
this.Label19.TabIndex = 73;
114             
this.Label19.Text = "Contact No.";
115             
//
116             
// txtCity
117             
//
118             
this.txtCity.Location = new System.Drawing.Point(158, 141);
119             
this.txtCity.Name = "txtCity";
120             
this.txtCity.Size = new System.Drawing.Size(144, 20);
121             
this.txtCity.TabIndex = 2;
122             
//
123             
// txtAddress
124             
//
125             
this.txtAddress.Location = new System.Drawing.Point(158, 109);
126             
this.txtAddress.Name = "txtAddress";
127             
this.txtAddress.Size = new System.Drawing.Size(273, 20);
128             
this.txtAddress.TabIndex = 1;
129             
//
130             
// Label6
131             
//
132             
this.Label6.AutoSize = true;
133             
this.Label6.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
134             
this.Label6.Location = new System.Drawing.Point(35, 144);
135             
this.Label6.Name = "Label6";
136             
this.Label6.Size = new System.Drawing.Size(31, 17);
137             
this.Label6.TabIndex = 69;
138             
this.Label6.Text = "City";
139             
//
140             
// Label5
141             
//
142             
this.Label5.AutoSize = true;
143             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
144             
this.Label5.Location = new System.Drawing.Point(35, 112);
145             
this.Label5.Name = "Label5";
146             
this.Label5.Size = new System.Drawing.Size(52, 17);
147             
this.Label5.TabIndex = 68;
148             
this.Label5.Text = "Address";
149             
//
150             
// Label2
151             
//
152             
this.Label2.AutoSize = true;
153             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154             
this.Label2.Location = new System.Drawing.Point(35, 77);
155             
this.Label2.Name = "Label2";
156             
this.Label2.Size = new System.Drawing.Size(41, 17);
157             
this.Label2.TabIndex = 67;
158             
this.Label2.Text = "Name";
159             
//
160             
// txtCustomerName
161             
//
162             
this.txtCustomerName.Location = new System.Drawing.Point(158, 76);
163             
this.txtCustomerName.Name = "txtCustomerName";
164             
this.txtCustomerName.Size = new System.Drawing.Size(273, 20);
165             
this.txtCustomerName.TabIndex = 0;
166             
//
167             
// txtCustomerID
168             
//
169             
this.txtCustomerID.Location = new System.Drawing.Point(313, 29);
170             
this.txtCustomerID.Name = "txtCustomerID";
171             
this.txtCustomerID.ReadOnly = true;
172             
this.txtCustomerID.Size = new System.Drawing.Size(118, 20);
173             
this.txtCustomerID.TabIndex = 7;
174             
this.txtCustomerID.Visible = false;
175             
//
176             
// txtContactNo1
177             
//
178             
this.txtContactNo1.Location = new System.Drawing.Point(159, 211);
179             
this.txtContactNo1.Name = "txtContactNo1";
180             
this.txtContactNo1.Size = new System.Drawing.Size(119, 20);
181             
this.txtContactNo1.TabIndex = 4;
182             
this.txtContactNo1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContactNo1_KeyPress);
183             
//
184             
// frmUpdateProfile
185             
//
186             
this.AcceptButton = this.btnUpdate;
187             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
188             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
189             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
190             
this.ClientSize = new System.Drawing.Size(457, 368);
191             
this.Controls.Add(this.txtContactNo1);
192             
this.Controls.Add(this.btnUpdate);
193             
this.Controls.Add(this.txtContactNo);
194             
this.Controls.Add(this.Label11);
195             
this.Controls.Add(this.txtEmail);
196             
this.Controls.Add(this.Label21);
197             
this.Controls.Add(this.Label20);
198             
this.Controls.Add(this.Label19);
199             
this.Controls.Add(this.txtCity);
200             
this.Controls.Add(this.txtAddress);
201             
this.Controls.Add(this.Label6);
202             
this.Controls.Add(this.Label5);
203             
this.Controls.Add(this.Label2);
204             
this.Controls.Add(this.txtCustomerName);
205             
this.Controls.Add(this.txtCustomerID);
206             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
207             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
208             
this.MaximizeBox = false;
209             
this.MinimizeBox = false;
210             
this.Name = "frmUpdateProfile";
211             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
212             
this.Text = "Customers";
213             
this.Load += new System.EventHandler(this.frmUpdateProfile_Load);
214             
this.ResumeLayout(false);
215             
this.PerformLayout();
216
217         }
218
219         
#endregion
220
221         
internal System.Windows.Forms.Button btnUpdate;
222         
internal System.Windows.Forms.TextBox txtContactNo;
223         
internal System.Windows.Forms.Label Label11;
224         
internal System.Windows.Forms.TextBox txtEmail;
225         
internal System.Windows.Forms.Label Label21;
226         
internal System.Windows.Forms.Label Label20;
227         
internal System.Windows.Forms.Label Label19;
228         
internal System.Windows.Forms.TextBox txtCity;
229         
internal System.Windows.Forms.TextBox txtAddress;
230         
internal System.Windows.Forms.Label Label6;
231         
internal System.Windows.Forms.Label Label5;
232         
internal System.Windows.Forms.Label Label2;
233         
internal System.Windows.Forms.TextBox txtCustomerName;
234         
internal System.Windows.Forms.TextBox txtCustomerID;
235         
public System.Windows.Forms.TextBox txtContactNo1;
236     }
237 }


Gõ tìm kiếm nhanh...